home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / ras_api / rastest.dpr < prev    next >
Text File  |  1996-04-08  |  179b  |  13 lines

  1. program Rastest;
  2.  
  3. uses
  4.   Forms,
  5.   Rasform in 'RASFORM.PAS' {RASConnect};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.CreateForm(TRASConnect, RASConnect);
  11.   Application.Run;
  12. end.
  13.